Skip to content
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.

test: fix test-timers-first-fire.js #7211

Closed
wants to merge 1 commit into from
Closed

test: fix test-timers-first-fire.js #7211

wants to merge 1 commit into from

Conversation

orangemocha
Copy link
Contributor

Making the test tolerant to rounding errors.

@Nodejs-Jenkins
Copy link

Thank you for contributing this pull request! Here are a few pointers to make sure your submission will be considered for inclusion.

The following commiters were not found in the CLA:

  • Alexis Campailla

You can fix all these things without opening another issue.

Please see CONTRIBUTING.md for more information

Making the test tolerant to rounding errors.
@orangemocha
Copy link
Contributor Author

This fix is no longer valid. See #8960

richardlau pushed a commit to ibmruntimes/node that referenced this pull request Jun 17, 2016
Notable changes:

* **http**:
  - req.read(0) could cause incoming connections to stall and time out
    under certain conditions. (Fedor Indutny) [nodejs#7211](nodejs/node#7211)
  - When freeing the socket to be reused in keep-alive Agent wait for
    both prefinish and end events. Otherwise the next request may be
    written before the previous one has finished sending the body, leading
    to a parser errors. (Fedor Indutny) [nodejs#7149](nodejs/node#7149)
* **npm**: upgrade npm to 3.9.5 (Kat Marchán) [nodejs#7139](nodejs/node#7139)

nodejs/node#7323
richardlau pushed a commit to ibmruntimes/node that referenced this pull request Jun 17, 2016
Notable changes:

* **http**:
  - req.read(0) could cause incoming connections to stall and time out
    under certain conditions. (Fedor Indutny) [nodejs#7211](nodejs/node#7211)
  - When freeing the socket to be reused in keep-alive Agent wait for
    both prefinish and end events. Otherwise the next request may be
    written before the previous one has finished sending the body, leading
    to a parser errors. (Fedor Indutny) [nodejs#7149](nodejs/node#7149)
* **npm**: upgrade npm to 3.9.5 (Kat Marchán) [nodejs#7139](nodejs/node#7139)

nodejs/node#7323
gibfahn pushed a commit to ibmruntimes/node that referenced this pull request Jun 20, 2016
Notable changes:

* **http**:
  - req.read(0) could cause incoming connections to stall and time out
    under certain conditions. (Fedor Indutny) [nodejs#7211](nodejs/node#7211)
  - When freeing the socket to be reused in keep-alive Agent wait for
    both prefinish and end events. Otherwise the next request may be
    written before the previous one has finished sending the body, leading
    to a parser errors. (Fedor Indutny) [nodejs#7149](nodejs/node#7149)
* **npm**: upgrade npm to 3.9.5 (Kat Marchán) [nodejs#7139](nodejs/node#7139)

PR-URL: nodejs/node#7323
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants